home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_i_l / kurta1.zip / UPDATE.BAT < prev   
DOS Batch File  |  1992-04-03  |  2KB  |  55 lines

  1. Echo Off
  2. Rem                         UPDATE.BAT
  3. Rem                        April 4, 1992
  4. Rem
  5. Rem Use this .BAT file to install the PENSMITH update for WINDOWS 3.1.
  6. Rem Be sure to use the following procedure:
  7. Rem
  8. Rem 1. Install WINDOWS 3.1. Specify that no mouse is being used.  WINDOWS
  9. Rem    will automatically figure this out.
  10. Rem
  11. Rem 2. Exit WINDOWS. Go back to running under DOS only.
  12. Rem 
  13. Rem 3. Then insert the PENSMITH update driver diskette into a drive (e.g. A:)
  14. Rem 
  15. Rem 4. Run this .BAT file. For example, type:
  16. Rem
  17. Rem      UPDATE C:\WINDOWS    Substitute the location of WINDOWS 3.1
  18. Rem                           Be sure to include the drive and sub-directory
  19. Rem 
  20. Rem 4. Start WINDOWS and proceed to configure the driver as described in
  21. Rem    the PENSMITH manual.
  22. Rem 
  23. If "%1" == "" Goto NOPARM
  24. If NOT EXIST %1\WIN.INI Goto NOPARM
  25. Echo on
  26. COPY K_TM.EXE %1
  27. COPY K_HELP.HLP %1
  28. COPY K_DRIVER.DRV %1\SYSTEM\K_DRIVER.DRV
  29. COPY K_VIRT.386 %1\SYSTEM\K_VIRT.386
  30. SETDRIVE %1
  31. CD %1
  32. SETUP
  33. Echo off
  34. GOTO END
  35. :NOPARM
  36. Echo.
  37. Echo Invalid parameter.  Please give the drive and directory where WINDOWS
  38. Echo is currently installed.  For example: UPDATE C:\WINDOWS
  39. Echo.
  40. GOTO ENDEND
  41. :END
  42. Echo.
  43. Echo Now configure the KURTA driver.  
  44. Echo.
  45. Echo   Start WINDOWS                   Type: WIN (and press ENTER)
  46. Echo.
  47. Echo   Run KURTA Tablet Manager        Use the PROGRAM or FILE Manager
  48. Echo                                   Type: ALT-F R K_TM (and press ENTER)
  49. Echo.
  50. Echo   Configure com port & size       Type: ALT-S (pulls down setup menu)
  51. Echo                                   Use the TAB and Cursor Keys to 
  52. Echo                                   select your com port & tablet size.
  53. Echo.
  54. :ENDEND
  55.